home *** CD-ROM | disk | FTP | other *** search
/ Enter Extra: The Wonderful World of GSM / EnterExtra GSM.iso / Tools / Ericsson / MusicBox / GH688.exe / 0 / RCDATA / TFORM3 / TFORM3.txt
Encoding:
Text File  |  1997-12-16  |  965 b   |  55 lines

  1. object Form3: TForm3
  2.   Left = 305
  3.   Top = 219
  4.   Width = 266
  5.   Height = 118
  6.   BorderStyle = bsSizeToolWin
  7.   Caption = 'Add song...'
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poDefaultPosOnly
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Label1: TLabel
  17.     Left = 8
  18.     Top = 8
  19.     Width = 125
  20.     Height = 13
  21.     Caption = 'Enter a name for the song:'
  22.   end
  23.   object Shape1: TShape
  24.     Left = 8
  25.     Top = 24
  26.     Width = 240
  27.     Height = 1
  28.   end
  29.   object Edit1: TEdit
  30.     Left = 8
  31.     Top = 32
  32.     Width = 241
  33.     Height = 21
  34.     TabOrder = 0
  35.   end
  36.   object Button1: TButton
  37.     Left = 192
  38.     Top = 64
  39.     Width = 57
  40.     Height = 20
  41.     Caption = 'OK'
  42.     TabOrder = 1
  43.     OnClick = Button1Click
  44.   end
  45.   object Button2: TButton
  46.     Left = 128
  47.     Top = 64
  48.     Width = 57
  49.     Height = 20
  50.     Caption = 'Cancel'
  51.     TabOrder = 2
  52.     OnClick = Button2Click
  53.   end
  54. end
  55.